-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: add storage adapter for hulylake #10032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Connected to Huly®: UBERF-13875 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds storage adapter support for Hulylake, a storage backend service. The main purpose is to integrate Hulylake as a new storage option alongside existing adapters like MinIO, S3, and Datalake.
Key changes include:
- Created a new
@hcengineering/hulylakepackage with storage adapter implementation - Updated Hulylake client interfaces to distinguish between workspace-specific and general clients
- Added Hulylake as a storage option in server configuration
Reviewed Changes
Copilot reviewed 30 out of 31 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| server/hulylake/src/index.ts | Main HulylakeService implementation with StorageAdapter interface |
| packages/hulylake-client/src/client.ts | Refactored client to separate workspace and general client interfaces |
| server/server-storage/src/starter.ts | Added Hulylake storage configuration support |
| services/translate/src/storage.ts | Updated to use new HulylakeWorkspaceClient interface |
| server/indexer/src/indexer/indexer.ts | Updated type references for workspace client |
Files not reviewed (1)
- common/config/rush/pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
bb3b6e0 to
9db75c5
Compare
9db75c5 to
3919490
Compare
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
a30cc2c to
6d1967c
Compare
No description provided.